www.gusucode.com > 中国货源网导航程序源码 1 > 中国货源网导航程序源码 1.0/8月11日备份/admin/template.asp

    <!--#include file="mdb.asp"-->
<!--#include file="aq.asp"-->
<%
if session("adminlogin")<>sessionvar then
Response.Write("<script language=javascript>alert('你尚未登录,或者超时了!请重新登录');this.location.href='index.asp';</script>")
Response.End
End if
set rs=server.createobject("adodb.recordset")
rs.open "select * from title",conn,1,3
site=rs("site")
siteurl=rs("siteurl")
email=rs("email")
Powered=rs("Powered")
Copyright=rs("Copyright")
icp=rs("icp")
qq=rs("qq")
xiaoyu_baidu=rs("xiaoyu_baidu")
xiaoyu_ads01=rs("xiaoyu_ads01")
xiaoyu_ads02=rs("xiaoyu_ads02")
xiaoyu_ads03=rs("xiaoyu_ads03")
xiaoyu_ads04=rs("xiaoyu_ads04")
xiaoyu_ads05=rs("xiaoyu_ads05")
xiaoyu_ads06=rs("xiaoyu_ads06")
xiaoyu_ads07=rs("xiaoyu_ads07")
xiaoyu_ads08=rs("xiaoyu_ads08")
xiaoyu_ads09=rs("xiaoyu_ads09")
xiaoyu_ads10=rs("xiaoyu_ads10")
rs.close
set rs=Nothing
%>
<html>
<head>
<title>生成其他页面</title> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 
<LINK REL="stylesheet" HREF="css.css" TYPE="text/css">
</head>
<body>
<p> </p>
<table width="55%" border="0" cellspacing="1" cellpadding="8" align="center" bgcolor="#999999">
<tr><td bgcolor="#cccccc" align="center">生成其他页面</td></tr>
<tr><td bgcolor="#eeeeee"><br>
<% 
Dim fso,f
Dim strTitle,strContent,strOut
set f=server.createobject("adodb.recordset")
f.open "select * from template where id=2",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")

sysj=month(now())&"月"&day(now())&"日"&Hour(now())&"时"&Minute(now())&"分"
baidu=xiaoyu_baidu
Set top=Server.CreateObject("Adodb.Recordset")
SqlT="select top 30 id,title from detail where classid=68 and verity=1 order by topid desc"
top.open SQLT,conn,1,1
numrow2=0
menutop=menutop&"<table bgcolor=#ffffff width=100% border=1 align=center cellpadding=0 cellspacing=0 bordercolorlight=#ffffff bordercolordark=#ffffff>"
menutop=menutop&"<tr"
if (numrow2 mod 2=0) then
menutop=menutop&" bgcolor=#ffffff"
end if
menutop=menutop&">"

if top.EOF and top.BOF then
menutop=menutop&"<tr><td height=50 align=center>&nbsp;暂时没有内容</td></tr>"
else
numRows=0
While (Not top.EOF)
menutop=menutop&"<td height=23 align=center><a href=showurl.asp?id="&top("id")&" target=_blank>"&top("Title")&"</a><BR></td>"
numRows=numRows+1
top.MoveNext
if (numRows mod 9 =0) Then
numrow2=numrow2+1
menutop=menutop&"</tr><tr"
if (numrow2 mod 2=0) then
menutop=menutop&" bgcolor=#ffffff"
end if
menutop=menutop&">"
end if
Wend
end if
top.close 
Set top = Nothing
menutop=menutop&"</table>"
strOut=Replace(strOut,"<{{menutop}}>",menutop)

Set Tool=Server.CreateObject("Adodb.Recordset")
SqlT="select top 30 id,title from detail where classid=63 and verity=1 order by topid desc"
Tool.open SQLT,conn,1,1
numrow2=0
menutool=menutool&"<table width=100% cellpadding=0 cellspacing=0>"
if Tool.EOF and Tool.BOF then
menutool=menutool&"<tr><td height=50 align=center>&nbsp;暂时没有内容</td></tr>"
else
numRows=0
menutool=menutool&"<tr>"
While (Not Tool.EOF)
menutool=menutool&"<td height=20>&nbsp;&nbsp;<img src=images/htm.gif> <a href=showurl.asp?id="&Tool("id")&" target=_blank>"&Tool("Title")&"</a></td>"
Tool.MoveNext
numRows=numRows+1
if (numRows mod 7 =0) Then
menutool=menutool&"</tr><tr>"
end if
Wend
end if
Tool.close 
Set Tool = Nothing
menutool=menutool&"</table>"
strOut=Replace(strOut,"<{{menutool}}>",menutool)

zytj=""
Set ClassCount=Server.CreateObject("Adodb.Recordset")
Sql= "Select * from feilei order by classid"
ClassCount.open Sql,conn,1,1

Set Count=Server.CreateObject("Adodb.Recordset")
Sql="Select *  from detail"
Count.open Sql,conn,1,1

Set WebCount=Server.CreateObject("Adodb.Recordset")
Sql="Select *  from detail where verity=1"
WebCount.open Sql,conn,1,1

Set FCount=Server.CreateObject("Adodb.Recordset")
Sql="Select *  from detail where verity=0"
FCount.open Sql,conn,1,1

zytj=zytj&"&nbsp;&nbsp;<img src=images/htm.gif> 分类总数:<font color=#ff0000>"&ClassCount.RecordCount&"</font>个<BR>&nbsp;&nbsp;<img src=images/htm.gif> 网站总数:<font color=#ff0000>"&Count.RecordCount&"</font>个<BR>&nbsp;&nbsp;<img src=images/htm.gif> 已审网站:<font color=#FF0000>"&WebCount.RecordCount&"</font>个<BR>&nbsp;&nbsp;<img src=images/htm.gif> 未审网站:<font color=#FF0000>"&FCount.RecordCount&"</font>个"
ClassCount.close 
Set ClassCount = Nothing
Count.close 
Set Count = Nothing
WebCount.close 
Set WebCount = Nothing
FCount.close 
Set FCount = Nothing
strOut=Replace(strOut,"<{{zytj}}>",zytj)

Set feilei=Server.CreateObject("Adodb.Recordset")
Sql= "select top 72 classid,classname from feilei where show=1"
feilei.open Sql,conn,1,1
menulist=menulist&"<table width=100% bgcolor=#Ffffff BORDER=0 CELLPADDING=0 CELLSPACING=0>"
menulist=menulist&"<tr"
if (numrow2 mod 2=0) then
menulist=menulist&" bgcolor=#FFFFff"
end if
menulist=menulist&">"
if feilei.Eof and feilei.Bof then
menulist=menulist&"<tr><td height=25 align=middle>暂时没有栏目</td></tr>"
else
numRows = 0
While (Not feilei.Eof)
menulist=menulist&"<td height=23 align=center><a href=html/xiaoyu_url0"&feilei("classid")&".htm target=_blank>"&feilei("classname")&"</A></td>"
feilei.MoveNext
numRows = numRows + 1
if (numRows mod 9 =0) Then
numrow2=numrow2+1

menulist=menulist&"</tr><tR"
if (numrow2 mod 2=0) then
menulist=menulist&" bgcolor=#FFFFff"
end if
menulist=menulist&">"

end if
Wend
end if
feilei.Close
Set feilei=Nothing
menulist=menulist&"</table>"
strOut=Replace(strOut,"<{{menulist}}>",menulist)

Set rsDe=Server.CreateObject("Adodb.Recordset")
Sql= "select top 72 classid,classname from feilei where ku=1 order by top desc,classid"
rsDe.open Sql,conn,1,1
menuku=menuku&"<table width=100% align=center cellpadding=0 cellspacing=0>"
if rsDe.EOF and rsDe.BOF then
menuku=menuku&"<tr><td height=25 align=middle>暂时没有栏目</td></tr>"
else
numrow2=0
While (Not rsDe.EOF)
menuku=menuku&"<tr height=25"
if (numrow2 mod 2=0) then
menuku=menuku&" bgcolor=#effffe"
else
menuku=menuku&" bgcolor=#f2f9fe"
end if
menuku=menuku&">"
menuku=menuku&"<td align=middle width=60 align=middle><a href=html/xiaoyu_url0"&rsDe("classid")&".htm target=_blank><FONT color=#009900>"&rsDe("classname")&"</FONT></A></td>"
menuku=menuku&"<td " 
if (numrow2 mod 2=0) then
menuku=menuku&" bgcolor=#effffe"
else
menuku=menuku&" bgcolor=#FFFFFF"
end if
menuku=menuku&">"
Set rsDe1=Server.CreateObject("Adodb.Recordset")
SqlC="select * from detail where Classid ="&rsDe("Classid")&" and verity=1 order by yl_dayin desc"
rsDe1.open SQLC,conn,1,1	
if rsDe1.Eof and rsDe1.Bof then
menuku=menuku&"&nbsp;暂时没有网址</td>"
menuku=menuku&"<td "
if (numrow2 mod 2=0) then
menuku=menuku&"bgcolor=#effffe"
else
menuku=menuku&"bgcolor=#FFFFFF"
end if
menuku=menuku&"></td>"
else
numRows3=0
While (numRows3<>6 and Not rsDe1.Eof)
menuku=menuku&"&nbsp;<a href=showurl.asp?id="&rsDe1("id")&" title=当天来路:"&rsDe1("yl_dayin")&"次|历史来路:"&rsDe1("yl_in")&"次|历史去路:"&rsDe1("out")&"次 target=_blank>"
if rsDe1("yl_dayin")>9 then
menuku = menuku &"<font color=#0000FF>"
end if
if rsDe1("yl_dayin")>29 then
menuku = menuku &"</font><font color=#FF0000><b>"
end if
menuku = menuku &""&rsDe1("title")&""
if rsDe1("yl_dayin")>9 then
menuku = menuku &"</b></font>"
end if
menuku = menuku &"</a> "
numRows3=numRows3+1
rsDe1.MoveNext
Wend
menuku=menuku&"</td>"
menuku=menuku&"<td width=60 align=middle"
if (numrow2 mod 2=0) then
menuku=menuku&" bgcolor=#f7fbff"
else
menuku=menuku&" bgcolor=#FFFFFF"
end if
menuku=menuku&"><a href=html/xiaoyu_url0"&rsDe("classid")&".htm target=_blank>更多>></a></td></tr>"
end if
rsDe1.Close
Set rsDe1=Nothing
rsDe.MoveNext
numrow2=numrow2+1
Wend
end if
rsDe.close 
Set rsDe = Nothing
menuku=menuku&"</table>"
strOut=Replace(strOut,"<{{menuku}}>",menuku)

set rsDe=server.createobject("adodb.recordset")
sql="select * from detail where verity=1 ORDER BY yl_time DESC" 
rsDe.open sql,conn,1,1
showlian=showlian&"<table border=0 cellpadding=0 cellspacing=2 width=100% height=4>"
n=1 
While Not rsDe.Eof and n<56
showlian = showlian &"<td height=18>&nbsp;&nbsp;<a href="&rsDe("url")&" target=_blank><img src=images/htm.gif border=0> <a href=showurl.asp?id="&rsDe("id")&" title=简介:"&rsde("title")&"|"&rsde("url")&"&#13近十分钟:"&rsDe("yl_10in")&"次|当天来路:"&rsDe("yl_dayin")&"次&#13历史来路:"&rsDe("yl_in")&"次|历史去路:"&rsDe("out")&"次 target=_blank>"
if rsDe("yl_dayin")>4 then
showlian = showlian &"<font color=#ff00FF>"
end if
if rsDe("yl_dayin")>19 then
showlian = showlian &"</font><font color=#009900>"
end if
if rsDe("yl_dayin")>49 then
showlian = showlian &"</font><font color=#FF0000>"
end if
if rsDe("yl_dayin")>100 then
showlian = showlian &"<font color=#0000ff><b>"
end if
if rsDe("yl_dayin")>200 then
showlian = showlian &"<font color=#ff0000><b>"
end if
showlian=showlian&""&rsDe("title")&""
if rsDe("yl_dayin")>4 then
showlian=showlian&"</b></font>"
end if
showlian=showlian&"</a></td>" 
if n mod 7 =0 then
showlian=showlian&"</Tr>"
end if     
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
showlian=showlian&"<TD height=18>&nbsp;&nbsp;<img src=logo/03.gif border=0> <A href=login.asp target=_blank><FONT color=#ff0000><b>申请加入>></b></font></A></td></table>"
strOut=Replace(strOut,"<{{showlian}}>",showlian)

set rsDe=server.createobject("adodb.recordset")
sql= "select * from detail Where verity=0 order by yl_time desc" 
rsDe.open sql,conn,1,1
lian=lian&"<table border=0 cellpadding=0 cellspacing=2 width=100% height=4>"
n=1 
While Not rsDe.Eof and n<56
lian = lian &"<td height=18>&nbsp;&nbsp;<a href="&rsDe("url")&" target=_blank><img src=images/htm.gif border=0> <a href=showurl.asp?id="&rsDe("id")&" title=简介:"&rsde("title")&"|"&rsde("url")&"&#13近十分钟:"&rsDe("yl_10in")&"次|当天来路:"&rsDe("yl_dayin")&"次&#13历史来路:"&rsDe("yl_in")&"次|历史去路:"&rsDe("out")&"次 target=_blank>"
if rsDe("yl_dayin")>4 then
lian = lian &"<font color=#ff00FF>"
end if
if rsDe("yl_dayin")>19 then
lian = lian &"</font><font color=#009900>"
end if
if rsDe("yl_dayin")>49 then
lian = lian &"</font><font color=#FF0000>"
end if
if rsDe("yl_dayin")>100 then
lian = lian &"<font color=#0000ff><b>"
end if
if rsDe("yl_dayin")>200 then
lian = lian &"<font color=#ff0000><b>"
end if
lian=lian&""&rsDe("title")&""
if rsDe("yl_dayin")>4 then
lian=lian&"</b></font>"
end if
lian=lian&"</a></td>" 
if n mod 7 =0 then
lian=lian&"</Tr>"
end if     
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
lian=lian&"<TD height=18>&nbsp;&nbsp;<img src=logo/03.gif border=0> <A href=login.asp target=_blank><FONT color=#ff0000><b>申请加入>></b></font></A></td></table>"
strOut=Replace(strOut,"<{{lian}}>",lian)

set rsDe=server.createobject("adodb.recordset")
sql= "select * from detail Where verity=1 order by yl_intime desc" 
rsDe.open sql,conn,1,1
toplian=toplian&"<table border=0 cellpadding=0 cellspacing=2 width=100% height=4>"
n=1 
While Not rsDe.Eof and n<133
toplian = toplian &"<td height=18>&nbsp;&nbsp;<a href="&rsDe("url")&" target=_blank><img src=images/htm.gif border=0> <a href=showurl.asp?id="&rsDe("id")&" title=简介:"&rsde("title")&"|"&rsde("url")&"&#13近十分钟:"&rsDe("yl_10in")&"次|当天来路:"&rsDe("yl_dayin")&"次&#13历史来路:"&rsDe("yl_in")&"次|历史去路:"&rsDe("out")&"次 target=_blank>"
if rsDe("yl_dayin")>4 then
toplian = toplian &"<font color=#ff00FF>"
end if
if rsDe("yl_dayin")>19 then
toplian = toplian &"</font><font color=#009900>"
end if
if rsDe("yl_dayin")>49 then
toplian = toplian &"</font><font color=#FF0000>"
end if
if rsDe("yl_dayin")>100 then
toplian = toplian &"<font color=#0000ff><b>"
end if
if rsDe("yl_dayin")>200 then
toplian = toplian &"<font color=#ff0000><b>"
end if
toplian=toplian&""&rsDe("title")&""
if rsDe("yl_dayin")>4 then
toplian=toplian&"</b></font>"
end if
toplian=toplian&"</a></td>" 
if n mod 7 =0 then
toplian=toplian&"</Tr>"
end if     
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
toplian=toplian&"<TD height=18>&nbsp;&nbsp;<img src=logo/03.gif border=0> <A href=login.asp target=_blank><FONT color=#ff0000><b>申请加入>></b></font></A></td></table>"
strOut=Replace(strOut,"<{{toplian}}>",toplian)

set rsDe=server.createobject("adodb.recordset")
sql="select * from detail where verity=1 and yl_dayin>0 ORDER BY yl_dayin DESC,yl_intime desc" 
rsDe.open sql,conn,1,1
dayinlian=dayinlian&"<table border=0 cellpadding=0 cellspacing=2 width=100% height=4>"
n=1 
While Not rsDe.Eof and n<56
dayinlian = dayinlian &"<td height=18>&nbsp;&nbsp;<a href="&rsDe("url")&" target=_blank><img src=images/htm.gif border=0> <a href=showurl.asp?id="&rsDe("id")&" title=简介:"&rsde("title")&"|"&rsde("url")&"&#13近十分钟:"&rsDe("yl_10in")&"次|当天来路:"&rsDe("yl_dayin")&"次&#13历史来路:"&rsDe("yl_in")&"次|历史去路:"&rsDe("out")&"次 target=_blank>"
if rsDe("yl_dayin")>4 then
dayinlian = dayinlian &"<font color=#ff00FF>"
end if
if rsDe("yl_dayin")>19 then
dayinlian = dayinlian &"</font><font color=#009900>"
end if
if rsDe("yl_dayin")>49 then
dayinlian = dayinlian &"</font><font color=#FF0000>"
end if
if rsDe("yl_dayin")>100 then
dayinlian = dayinlian &"<font color=#0000ff><b>"
end if
if rsDe("yl_dayin")>200 then
dayinlian = dayinlian &"<font color=#ff0000><b>"
end if
dayinlian=dayinlian&""&rsDe("title")&""
if rsDe("yl_dayin")>4 then
dayinlian=dayinlian&"</b></font>"
end if
dayinlian=dayinlian&"</a></td>" 
if n mod 7 =0 then
dayinlian=dayinlian&"</Tr>"
end if     
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
dayinlian=dayinlian&"<TD height=18>&nbsp;&nbsp;<img src=logo/03.gif border=0> <A href=login.asp target=_blank><FONT color=#ff0000><b>申请加入>></b></font></A></td></table>"
strOut=Replace(strOut,"<{{dayinlian}}>",dayinlian)

set rsDe=server.createobject("adodb.recordset")
sql="select * from detail where verity=1 and out>0 ORDER BY out DESC,yl_outtime desc" 
rsDe.open sql,conn,1,1
dayoutlian=dayoutlian&"<table border=0 cellpadding=0 cellspacing=2 width=100% height=4>"
n=1 
While Not rsDe.Eof and n<56
dayoutlian = dayoutlian &"<td height=18>&nbsp;&nbsp;<a href="&rsDe("url")&" target=_blank><img src=images/htm.gif border=0> <a href=showurl.asp?id="&rsDe("id")&" title=简介:"&rsde("title")&"|"&rsde("url")&"&#13近十分钟:"&rsDe("yl_10in")&"次|当天来路:"&rsDe("yl_dayin")&"次&#13历史来路:"&rsDe("yl_in")&"次|历史去路:"&rsDe("out")&"次 target=_blank>"
if rsDe("yl_dayin")>4 then
dayoutlian = dayoutlian &"<font color=#ff00FF>"
end if
if rsDe("yl_dayin")>19 then
dayoutlian = dayoutlian &"</font><font color=#009900>"
end if
if rsDe("yl_dayin")>49 then
dayoutlian = dayoutlian &"</font><font color=#FF0000>"
end if
if rsDe("yl_dayin")>100 then
dayoutlian = dayoutlian &"<font color=#0000ff><b>"
end if
if rsDe("yl_dayin")>200 then
dayoutlian = dayoutlian &"<font color=#ff0000><b>"
end if
dayoutlian=dayoutlian&""&rsDe("title")&""
if rsDe("yl_dayin")>4 then
dayoutlian=dayoutlian&"</b></font>"
end if
dayoutlian=dayoutlian&"</a></td>" 
if n mod 7 =0 then
dayoutlian=dayoutlian&"</Tr>"
end if     
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
dayoutlian=dayoutlian&"<TD height=18>&nbsp;&nbsp;<img src=logo/03.gif border=0> <A href=login.asp target=_blank><FONT color=#ff0000><b>申请加入>></b></font></A></td></table>"
strOut=Replace(strOut,"<{{dayoutlian}}>",dayoutlian)

set rsDe=server.createobject("adodb.recordset")
sql="select * from detail where verity=1 and topid>0 ORDER BY yl_intime DESC" 
rsDe.open sql,conn,1,1
adminlian=adminlian&"<table border=0 cellpadding=0 cellspacing=2 width=100% height=4>"
n=1 
While Not rsDe.Eof and n<9
adminlian = adminlian &"<td height=18>&nbsp;&nbsp;<a href="&rsDe("url")&" target=_blank><img src=logo/01.gif border=0> <a href=showurl.asp?id="&rsDe("id")&" title=简介:"&rsde("title")&"|"&rsde("url")&"&#13近十分钟:"&rsDe("yl_10in")&"次|当天来路:"&rsDe("yl_dayin")&"次&#13历史来路:"&rsDe("yl_in")&"次|历史去路:"&rsDe("out")&"次 target=_blank>"
if rsDe("yl_dayin")>4 then
adminlian = adminlian &"<font color=#ff00FF>"
end if
if rsDe("yl_dayin")>19 then
adminlian = adminlian &"</font><font color=#009900>"
end if
if rsDe("yl_dayin")>49 then
adminlian = adminlian &"</font><font color=#FF0000>"
end if
if rsDe("yl_dayin")>100 then
adminlian = adminlian &"<font color=#0000ff><b>"
end if
if rsDe("yl_dayin")>200 then
adminlian = adminlian &"<font color=#ff0000><b>"
end if
adminlian=adminlian&""&rsDe("title")&""
if rsDe("yl_dayin")>4 then
adminlian=adminlian&"</b></font>"
end if
adminlian=adminlian&"</a> <img src=images/new.gif border=0></td>" 
if n mod 1 =0 then
adminlian=adminlian&"</Tr>"
end if     
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
adminlian=adminlian&"</table>"
strOut=Replace(strOut,"<{{adminlian}}>",adminlian)

set rsDe=server.createobject("adodb.recordset")
sql= "select * from detail Where verity=1 and links>0 order by yl_intime desc"
rsDe.open sql,conn,1,1
links=links&"<table border=0 cellpadding=0 cellspacing=0 width=100% height=4 bgcolor=#f5f5f5>"
n=1 
While Not rsDe.Eof and n<53
links = links &"<td height=18>&nbsp;<a href=showurl.asp?id="&rsDe("id")&" title=来路:"&rsDe("yl_in")&"次|去路:"&rsDe("out")&"次 target='_blank'>"&rsDe("title")&"</a></td>"
if n mod 9 =0 then
links = links &"</Tr>"  
end if     
rsDe.MoveNext
n=n+1
Wend
rsDe.close
set rsDe=nothing
links=links&"</table>"
strOut=Replace(strOut,"<{{links}}>",links)

Copyright=Copyright&Powered
strOut=Replace(strOut,"<{{sysj}}>",sysj)
strOut=Replace(strOut,"<{{baidu}}>",baidu)
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)
f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

set f=server.createobject("adodb.recordset")
f.open "select * from template where id=3",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")
f.close
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)
f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

set f=server.createobject("adodb.recordset")
f.open "select * from template where id=4",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")
f.close
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)
f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

set f=server.createobject("adodb.recordset")
f.open "select * from template where id=5",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")
f.close
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)
f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

set f=server.createobject("adodb.recordset")
f.open "select * from template where id=6",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")
f.close
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)
f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

set f=server.createobject("adodb.recordset")
f.open "select * from template where id=7",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")
f.close
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)
f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

set f=server.createobject("adodb.recordset")
f.open "select * from template where id=8",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")
f.close
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)

f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

set f=server.createobject("adodb.recordset")
f.open "select * from template where id=9",conn,1,3
name=f("name")
html=f("html")
strOut=f("template")
f.close
strOut=Replace(strOut,"<{{site}}>",site) 
strOut=Replace(strOut,"<{{siteurl}}>",siteurl)
strOut=Replace(strOut,"<{{email}}>",email)
strOut=Replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{icp}}>",icp)
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set f=fso.CreateTextFile(Server.MapPath("../"&html&""),true)

f.WriteLine strOut
f.close
Response.Write "<li>生成"&name&"成功</A><br>"
set f=Nothing
set fso=Nothing

tj=""
Set tjCount=Server.CreateObject("Adodb.Recordset")
Sql="select * from detail where verity=1 and topid>0"
tjCount.open Sql,conn,1,1
tj=tj&"共有["&tjCount.RecordCount&"]个推荐网站"
tjCount.close 
Set tjCount = Nothing
strOut=Replace(strOut,"<{{tj}}>",tj)

dim fw,rstr
set fr=server.createobject("adodb.recordset")
fr.open "select * from template where id=1",conn,3.3
strOut=fr("template")
fr.close
set fr=nothing
rstr=empay
set rs=server.createobject("adodb.recordset")
rs.open "select * from detail where verity=1 and topid>0 order by topid desc,id",conn,1,3
jishu=1
noooo=1

while not rs.eof
if jishu=1 or jishu mod 4=1 then
noooo=noooo+1
if noooo mod 2=1 then
bgcolor="#FFFFFF"
else
bgcolor="#F7F7F7"
end if
rstr=rstr&"<tr bgColor="&bgcolor&"><td width=25% height=25>&nbsp;&nbsp;<a class=word href=../showurl.asp?id="&rs("id")&" target=_blank>"&rs("title")&"</a></td>"
else
rstr=rstr&"<td width=25% height=20>&nbsp;&nbsp;<a class=word href=../showurl.asp?id="&rs("id")&" target=_blank>"&rs("title")&"</a></td>"
end if
if jishu mod 4=0 then rstr=rstr&"</tr>"
jishu=jishu+1
rs.movenext
wend
jishu=jishu-1
if jishu mod 4<>0 then
for i=1 to 4-(jishu mod 4)
rstr=rstr & "<td width='25%'>&nbsp;</td>"
if i=4-(jishu mod 4) then rstr=rstr&"</tr>"
next
end if
rs.close
strOut=replace(strOut,"<{{sc3}}>",rstr)
strOut=replace(strOut,"<{{sc1}}>","><a class=word_White href='tjwz.htm'>推荐网址</a>")
strOut=replace(strOut,"<{{sc2}}>","")
strOut=replace(strOut,"<{{classname}}>","推荐网址")
strOut=replace(strOut,"<{{site}}>",site)
strOut=replace(strOut,"<{{siteurl}}>",siteurl)
strOut=replace(strOut,"<{{email}}>",email)
strOut=replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{tj}}>",tj)
strOut=replace(strOut,"<{{creattime}}>",date())
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
set fw=fso.createtextfile(server.mappath("../html/tjwz.htm"),true)
fw.writeline strOut
fw.close
Response.Write "<li>生成网址推荐页模板成功</A><br>"
set rs=Nothing
set fw=Nothing
set f=Nothing
set fso=Nothing

links=""
Set linksCount=Server.CreateObject("Adodb.Recordset")
Sql="select * from detail where verity=1 and links>0"
linksCount.open Sql,conn,1,1
links=links&"共有["&linksCount.RecordCount&"]个友情连接"
linksCount.close 
Set linksCount = Nothing
strOut=Replace(strOut,"<{{links}}>",links)

dim linkw,link
set fr=server.createobject("adodb.recordset")
fr.open "select * from template where id=1",conn,3.3
strOut=fr("template")
fr.close
set fr=nothing
link=empay
set rs=server.createobject("adodb.recordset")
rs.open "select * from detail where verity=1 and links>0 order by yl_intime desc,id",conn,1,3
jishu=1
noooo=1

while not rs.eof
if jishu=1 or jishu mod 4=1 then
noooo=noooo+1
if noooo mod 2=1 then
bgcolor="#FFFFFF"
else
bgcolor="#F7F7F7"
end if
link=link&"<tr bgColor="&bgcolor&"><td width=25% height=25>&nbsp;&nbsp;<a class=word href=../showurl.asp?id="&rs("id")&" target=_blank>"&rs("title")&"</a></td>"
else
link=link&"<td width=25% height=20>&nbsp;&nbsp;<a class=word href=../showurl.asp?id="&rs("id")&" target=_blank>"&rs("title")&"</a></td>"
end if
if jishu mod 4=0 then link=link&"</tr>"
jishu=jishu+1
rs.movenext
wend
jishu=jishu-1
if jishu mod 4<>0 then
for i=1 to 4-(jishu mod 4)
link=link & "<td width='25%'>&nbsp;</td>"
if i=4-(jishu mod 4) then link=link&"</tr>"
next
end if
rs.close
strOut=replace(strOut,"<{{sc3}}>",link)
strOut=replace(strOut,"<{{sc1}}>","><a class=word_White href='links.htm'>友情连接</a>")
strOut=replace(strOut,"<{{sc2}}>","")
strOut=replace(strOut,"<{{classname}}>","友情连接")
strOut=replace(strOut,"<{{site}}>",site)
strOut=replace(strOut,"<{{siteurl}}>",siteurl)
strOut=replace(strOut,"<{{email}}>",email)
strOut=replace(strOut,"<{{Copyright}}>",Copyright)
strOut=Replace(strOut,"<{{tj}}>",links)
strOut=replace(strOut,"<{{creattime}}>",date())
strOut=Replace(strOut,"<{{qq}}>",qq)
strOut=Replace(strOut,"<{{xiaoyu_baidu}}>",xiaoyu_baidu)
strOut=Replace(strOut,"<{{xiaoyu_ads01}}>",xiaoyu_ads01)
strOut=Replace(strOut,"<{{xiaoyu_ads02}}>",xiaoyu_ads02)
strOut=Replace(strOut,"<{{xiaoyu_ads03}}>",xiaoyu_ads03)
strOut=Replace(strOut,"<{{xiaoyu_ads04}}>",xiaoyu_ads04)
strOut=Replace(strOut,"<{{xiaoyu_ads05}}>",xiaoyu_ads05)
strOut=Replace(strOut,"<{{xiaoyu_ads06}}>",xiaoyu_ads06)
strOut=Replace(strOut,"<{{xiaoyu_ads07}}>",xiaoyu_ads07)
strOut=Replace(strOut,"<{{xiaoyu_ads08}}>",xiaoyu_ads08)
strOut=Replace(strOut,"<{{xiaoyu_ads09}}>",xiaoyu_ads09)
strOut=Replace(strOut,"<{{xiaoyu_ads10}}>",xiaoyu_ads10)

Set fso=Server.CreateObject("Scripting.FileSystemObject")
set linkw=fso.createtextfile(server.mappath("../html/links.htm"),true)
linkw.writeline strOut
linkw.close
Response.Write "<li>生成友情连接页模板成功</A><br>"
set rs=Nothing
set linkw=Nothing
set f=Nothing
set fso=Nothing
%>
<br></td></tr>
</table>
</body>
</html>